home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / feednfrenzy.swf / scripts / DefineButton2_158 / BUTTONCONDACTION on(press).as
Text File  |  2008-09-25  |  133b  |  8 lines

  1. on(press){
  2.    gotoAndPlay(221);
  3.    fx1 = new Sound(zoop);
  4.    fx1.attachSound("pop");
  5.    fx1.stop("pop");
  6.    fx1.start(0,1);
  7. }
  8.